This archive contains three documents.

1. readme.txt - The file you are currently reading.
2. aceCallbacks.c - A copy of the aceCallbacks.c file from NET+OS 6.3 GNU, with DHCP option 
   12 (Host Name) implemented.
3. DHCPOptions.doc - MS Word document describing how to implement DHCP options. This 
   document contains example code based on NET+OS 6.0, although the informaiton
   itself is pertinant to all 6.x version of NET+OS.

All of the modifications to aceCallbacks.c, in respects to the implementation of DHCP option 12 
can easily be located by seraching for the string OPTION12.

In this example the host name is the static string Netsilicon. In a production implementation 
it will likely be better to obtain this string from the development board parameters structure
(e.g. devBoardParamsType), by way of extending the structure to include a sufficiently long 
character array.